projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fc0a2
)
(get_next_display_element): Display DEL as `^?'.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Jul 1999 11:50:17 +0000
(11:50 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Jul 1999 11:50:17 +0000
(11:50 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c74e3f95ce49abd753906eb8a5e15ba94741c5cd..21c4400145b1271c8a73609c417996208cc89e71 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3282,7
+3282,7
@@
get_next_display_element (it)
|| (it->c != '\n'
&& it->c != '\t'
&& it->c != '\r')))
- || (it->c >= 12
8
+ || (it->c >= 12
7
&& it->len == 1))
{
/* IT->c is a control character which must be displayed
@@
-3292,7
+3292,7
@@
get_next_display_element (it)
display. Then, set IT->dpvec to these glyphs. */
GLYPH g;
- if (it->c <
' '
&& it->ctl_arrow_p)
+ if (it->c <
128
&& it->ctl_arrow_p)
{
/* Set IT->ctl_chars[0] to the glyph for `^'. */
if (it->dp